-
Notifications
You must be signed in to change notification settings - Fork 81
feat: implement update stastics #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
6946972 to
07c45c3
Compare
wgtmac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looking good now. I have some minor comments.
src/iceberg/json_internal.cc
Outdated
| case TableUpdate::Kind::kSetStatistics: { | ||
| const auto& u = internal::checked_cast<const table::SetStatistics&>(update); | ||
| json[kAction] = kActionSetStatistics; | ||
| json[kStatistics] = ToJson(*u.statistics_file()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check if u.statistics_file() is null before calling ToJson
311ed16 to
b2ef431
Compare
|
Could you please resolve the merge conflict? |
b2ef431 to
bb2bb45
Compare
No description provided.